home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / ipxtcpip.zip / IPX$NCSA.CFG < prev    next >
Text File  |  1991-07-12  |  7KB  |  173 lines

  1. IPX$$NCSA.BAT$f        batch file to setup what NCSA TELNET needs
  2. set    configtel=$d\CONFIG.TEL
  3. s:\public\purge    %configtel%>NUL
  4. s:\utility\internet\IPXPKT $v$l
  5. CONFIG.TEL$f        NCSA Telnet configuration file for ZFJA
  6. #    NCSA Telnet configuration file for ZFJA
  7. name=$n
  8. myip=148.81.20.$i$c    (bootp)
  9. $c            myip types are:
  10. $c            bootp        - sends out a BOOTP request for your IP
  11. $c            rarp        - Uses reverse ARp to get your IP
  12. $c            xx.yy.zz.qq - your IP address
  13. vjc=no
  14. clock=24
  15. sound=bell:4,1200        $c Sound configuration
  16. sound=badkey:6,1500:6,700    $c internal defaults shown in this file.
  17. sound=ftp:6,600:6,0:6,2400    $c type:duration,frequency:d,f...
  18. sound=margin:17,2000
  19. $c
  20. myname=$n$c            # put your userid here, used for Rlogin
  21. $c                # PC-NFS version ignores this value and uses the name
  22. $c                # that you specified to your pcnfsd.
  23. $c
  24. netmask=255.255.252.0$c        #  needed if not using BOOTP. 
  25. $c                #  otherwise not needed because Bootp gets your netmask
  26. $c                #  for you
  27. $c
  28. hardware=packet$c        # (packet)
  29. $c                # harware choices
  30. $c                #  3com,3c523,wd800=WD800E,nicpc?,nicps?
  31. $c                #  ni5210       - Micom Interlan NI5210 card
  32. $c                #  packet       - FTP packet Driver spec 
  33. $c    # (currently only Ethernet and Slip class devices are supported)
  34. $c
  35. ioaddr=$v$c            # (0=look) I/O address  or packet int vector
  36. $c
  37. noarpme=yes            # Don't arp for myself before running? (no)
  38. $c                # if yes, inhibits the initial arp request
  39. $c                # for this IP address. However, if yes, won't
  40. $c                # warn you if another user is using this IP
  41. $c                # address. For some token ring systems, you'll
  42. $c                # need noarpme=yes.
  43. $c
  44. video=auto$c            # video choices  (auto)
  45. $c                #  auto,cga,ega,vga,hercules,pga,no9
  46. $c
  47. visbell=no$c            # visual bell on?  (no)
  48. $c                # visual bell reverse entire screen for bells
  49. $c                # in the current session, or reverses just the
  50. $c                # status line for bells in other sessions
  51. $c
  52. bios=no$c            # Send text to screen memory or use bios (no)  
  53. $c                # choices: yes->bios, no->direct, maybe->
  54. $c                #  screen swaps are direct, other bios
  55. $c
  56. tek=yes                         # (yes) enable Tektronix emulation, 
  57. ftp=yes                         # (yes) allow incoming FTP sessions
  58. rcp=no                          # (no) don't allow Remote Copy
  59. $c
  60. #passfile="nul"            # Alt-W is FTP password if nul, no passwd
  61. #passfile="$d\passwd.ftp"    # if passfile not set (not recommended)
  62. $c
  63. include="$d\ncsatel.cfg"    # if you want to include another file as part
  64.                 # of this one (you can nest up to three includes)
  65.                 # otherwise, don't use this option
  66. $c
  67. capfile="$d\capfile.out,t"    # name for capture file (text mode ",t"/",b")
  68. $c        
  69. hpfile=hp.out            # file to write HPGL to, 
  70.                 #    COM1 can be used for attached plotter
  71. psfile=ps.out            # file to write postscript to
  72. tekfile=tek.out              # file to write Tek codes to
  73. $c
  74. domaintime=4            # domain name lookup timeout (first retry)
  75. domainretry=4            # domain name max number of retries 
  76. domainslist="phy.uw.edu.pl,zfja"# domain name search path
  77. # (name without domain searched last unless specified with ending dot)
  78. # (avoid suffices like .,.edu,.com - can waste a lot of time)
  79.  
  80. ## ----------------------------------------------------------------- ##
  81. ##   BEGIN MACHINE SPECIFIC PARAMETERS...                 ##
  82. ## ----------------------------------------------------------------- ##
  83.  
  84. name=default            # default entry sets defaults for all following
  85.                 # machines.
  86. vtmargin=no            # margin (col 72) bell on?  (no)
  87. erase=backspace                 # (delete)
  88. clearsave=yes                   # save visible lines in scrollback when clrscr
  89. scrollback=500            # number of lines of scrollback per session
  90.  
  91. # following are screen colors in a session
  92. # you can also place them after a host declaration
  93. # below, to set the color on a host by host basis
  94. # capitalized foreground color sets the bold bit
  95. # capitalized background color sets the blink bit.
  96.  
  97. nfcolor=green                   # normal foreground color
  98. nbcolor=black                   # normal background color
  99. rfcolor=green                   # reverse foreground color
  100. rbcolor=black                   # reverse background color
  101. ufcolor=red                     # underline foreground color
  102. ubcolor=blue                    # underline background color
  103. # possible colors are:    black, green,blue,magenta,cyan, red,yellow,white
  104. # and (capitalized):    BLACK, GREEN,BLUE,MAGENTA,CYAN, RED,YELLOW,WHITE
  105.  
  106. arptime=5            # arp timeout in seconds
  107. retrans=2                       # starting retransmit time out in ticks
  108. mtu=1024                        # maximum transmit unit in bytes (out,max 1500)
  109. maxseg=1024            # largest segment we can receive (max 4096)
  110. rwin=2048                       # most bytes we can receive without ACK
  111.                 #   =TCP window size, MAX=4096
  112. contime=10                      # timeout in seconds to try connection
  113.                 #   before returning error to user
  114. $c
  115. flags=0$c            # OR the following values for override
  116. $c                # flags.. be careful. Flags are not
  117. $c                # copied from default, you must explicitly
  118. $c                # declare the flag values for each machine
  119. $c                # if desired. Flag values are in hex.!
  120. $c                #
  121. $c                # 8  - send transparent data to capture file
  122. $c                #      instead of tek screen
  123. $c                # 400 - don't do binary mode when asked
  124. $c                # ie: flags=408 means, no binary and send trans
  125. $c                # data to capture file instead of tek screen.
  126. $c                # NOTE: DO NOT USE ANY OTHER VALUES THAN THOSE
  127. $c                # SHOWN ABOVE!
  128. $c
  129. $c# keymap="keymap.tbl"        # Point this value to your personal keymap file
  130. $c                # for VT100 mode (if desired). See (default.tbl)
  131. $c                # for an example of the built in keymaps.
  132. $c                # any key pressed follows the following precidents
  133. $c                #    1. Check keymap entry for this machine.
  134. $c                #    2. Else check keymap entry for name=default
  135. $c                #    3. Finally, use built in table.
  136.  
  137. #  Following are individual machine specifications
  138. #  Gateways are used in order that they appear in the file
  139. #  Nameservers rotate, #1, #2, #3, #1, #2 when a request fails
  140.  
  141. # ********************************************************************* ###
  142. # Note: If you are using BOOTP above for myip=, then you do not need
  143. #       to enter a default gateway, nameserver, netmask etc (unless you want to)
  144. #       only IF your BOOTP server is rfc_1048 compliant. (Ask your Net Manager)
  145. #       You can use both bootp and entries here, in which case the entries in
  146. #       this file over-ride what BOOTP discovers. (however, bootp nameservers
  147. #       and gateways are ADDED to this file's list of entries
  148. # ********************************************************************* ####
  149.  
  150. #  Below this line, most of the communication parameters are obtained
  151. #  from the "default" host entry.  Those parameters listed for a host 
  152. #  override the default host values.
  153. $c
  154. name=unix
  155. host=ccio.phy.uw.edu.pl
  156. hostip=148.81.4.5
  157. erase=delete
  158.  
  159. name=gate
  160. host=zfja-gate.zfja
  161. hostip=148.81.20.1
  162. gateway=1
  163.  
  164. name=sun
  165. host=cocos.phy.uw.edu.pl
  166. hostip=148.81.4.6
  167. nameserver=1
  168. gateway=2
  169. erase=delete
  170. $c#crmap=4.3BSDCRNUL        # map of the CR key for compatibility
  171. $c#duplex=half            # modifier for non-echo mode, forces send
  172. $c                #   larger isn't always better
  173.